.box{
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}
.title{
    padding: 60px 0;
    text-align: center;
}
.title h2{
    margin: 0 0 25px;
    font-size: 36px;
    color: #000;
}
.title p{
    font-size: 16px;
    color: #555;
}
@media (max-width: 991px) {
    .title{
        padding: 30px 0;
    }
    .title h2{
        font-size: 32px;
    }
    .title p{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .title{
        padding: .4rem 0;
    }
    .title h2{
        font-size: .44rem;
        margin: 0 0 .2rem;
    }
    .title p{
        font-size: .34rem;
        margin: 0 0 .1rem;
        padding: 0 .3rem;
    }
}

/*nav*/
@media (min-width: 768px) {
    .nav-box{
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
    }
    .nav-box{
        /*position: relative;*/
    }
    .nav-box .logo{
        float: left;
    }
    .nav-box .tel{
        float: right;
        background: url("../images/tel.png") no-repeat left center;
        padding-left: 20px;
        font-size: 18px;
        color: #333;
        height: 70px;
        line-height: 70px;
    }
    .nav-list{
        float: left;
        margin-left: 40px;
        width: 62%;
    }
    .nav-item{
        float: left;
        width: 12.5%;
        /*position: relative;*/
    }
    .nav-item>a{
        display: block;
        width: 100%;
        height: 70px;
        line-height: 70px;
        color: #333;
        font-size: 14px;
        border-bottom: 1px solid transparent;
        text-align: center;
        position: relative;
    }
    .nav-item:hover>a::after,
    .nav-item.active>a::after{
        content: '';
        position: absolute;
        left: 12%;
        right: 12%;
        bottom: -1px;
        height: 2px;
        background: #01b8f5;
    }
    .nav-box.white{
        background: #fff;
    }
    .sub-box{
        z-index: 200;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 30px 0 50px;
        border-top: 1px solid #e1e1e1;
        display: none;
    }
    .sub-nav{
        max-width: 800px;
        margin: 0 auto;
    }
    .sub-nav>li{
        width: 20%;
        float: left;
        position: relative;
        padding-left: 30px;
    }
    .sub-nav>li::after{
        content: '';
        position: absolute;
        top: 0;
        height: 160px;
        right: 0;
        border-left: 1px solid #e6e6e6;
    }
    .sub-nav>li:last-child::after{
        display: none;
    }
    .sub-nav>li .sub-tit{
        font-size: 17px;
        color: #000;
        display: block;
        margin: 15px 0;
    }
    .sub-nav>li .detail a{
        font-size: 15px;
        color: #555;
        display: block;
        height: 30px;
        line-height: 30px;
    }
    .sub-nav>li .detail a:hover{
        color: #01b8f5;
    }
    .nav-item:hover .sub-box{
        display: block;
    }
}
@media (min-width: 1200px) {
    .nav-list{
        margin-left: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo img{
        height: 60px;
    }
    .nav-box .tel{
        display: none;
    }
    .nav-list{
        float: right;
        margin-left: 20px;
        width: 78%;
    }
    .nav-list li>a{
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .m-nav{
        display: none;
    }
}
@media (max-width: 767px) {
    .nav-box{
        display: none;
    }
}
.m-top{
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    background: #fff;
    height: 1.2rem;
    padding: 0 .3rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
.m-top img{
    display: block;
    height: 1rem;
}
.nav-toggle span{
    display: block;
    width: .5rem;
    height: 2px;
    background: #01b8f5;
    margin-bottom: 4px;
}
.m-nav.scroll .m-top{
    background: rgba(0,0,0,.8);
}


/*banner*/
.banner-box .item .info{
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
    bottom: 26%;
}
.banner-box .item .info .left{
    float: left;
    width: 50%;
}
.banner-box .item .info .right{
    float: right;
    width: 50%;
}
.banner-box .item .info .center{
    text-align: center;
}
.banner-box .item .info .center a{
    margin: 0 auto;
}

.banner-box .item .info h3{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px;
}
.banner-box .item .info p{
    font-size: 20px;
    color: #fff;
    margin: 0 0 50px;
    line-height: 35px;
}
.banner-box .item .info a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 991px) {
    .banner-box .item .info{
        bottom: 20%;
        text-align: center;
        margin: 0 0 10px;
    }
    .banner-box .item .info h3{
        font-size: 40px;
        margin: 0 0 30px;
    }
    .banner-box .item .info h3::before{
        display: none;
    }
    .banner-box .item .info p{
        font-size: 22px;
    }
    .banner-box .item .info a{
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .banner-box .item .info{
        bottom: 1rem;
    }
    .banner-box .item .info h3{
        font-size: .46rem;
        margin: 0 0 .2rem;
    }
    .banner-box .item .info p{
        font-size: .38rem;
        margin: 0 0 .2rem;
        line-height: .48rem;
    }
    .banner-box .item .info a{
        width: 2.4rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .34rem;
    }
    .banner-box .item img{
        min-height: 5rem;
    }
}


/*search*/
.search{
    height: 65px;
    margin: 0 auto;
    overflow: hidden;
    background: #f0f0f0;
}
.search-box{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
}
.search-box p{
    color: #666;
    height: 65px;
    line-height: 65px;
    float: left;
    margin: 0;
    /*溢出处理*/
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-box p b{
    color: #000;
}
.search-box p a{
    color: #666;
    text-decoration: none;
    padding: 0 5px;
}
.search-box .fs{
    padding-right: 10px;
    float: right;
    width: 43%;
}
.search-box .fs form{
    width: 100%;
    margin-top: 17px;
}
.fs input{
    color: #666;
    padding-left: 10px;
    outline: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    float: none !important;
}
.fs button{
    color: #666;
    outline: none;
}
@media (max-width: 767px) {
    .search{
        height: 1.4rem;
    }
    .search-box .fs form{
        margin-top: .3rem;
    }
    .search-box p{
        display: none;
    }
    .search-box .fs{
        width: 100%;
    }
}

/*category*/
.category{

}
.mlist{
    position: relative;
}



.mitem{
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.mitem img{
    display: block;
    width: 500px;
    height: 100%;
}
.mitem .info{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 120px 0 0 60px;
    background: rgba(62, 116, 189, .4);
}
.mitem .info h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}
.mitem .info p{
    font-size: 15px;
    color: #fff;
    margin: 0 0 120px;
    text-transform: uppercase;
}
.mitem .info a{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}
.mitem.active .info{
    /*background: rgba(62, 116, 189, .6);*/
}
@media (min-width: 768px) {
    .mitem{
        width: 23%;
        height: 420px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        cursor: pointer;
    }
    .mitem.active,
    .mitem:hover{
        width: 31%;
    }
}
@media (min-width: 1440px){
    .mitem img{
        width: 660px;
    }
    .mitem{
        height: 680px;
    }
}
@media (max-width: 767px) {
    .mitem{
        width: 50%;
        height: 5rem;
    }
    .mitem .info{
        padding: .6rem .3rem 0 .3rem;
    }
    .mitem .info h3{
        font-size: .42rem;
        margin: 0 0 .3rem;
    }
    .mitem .info P{
        font-size: .36rem;
        margin: 0 0 1rem;
    }
    .mitem .info a{
        width: 2rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .33rem;
    }
    .mitem img{
        max-width: 100%;
    }
}

/*product*/
.product{
    padding: 30px 0 60px;
    background: #f1f1f1;
}
.pro-list li{
    float: left;
    padding: 30px 30px 50px;
    background: #fff;
    margin-bottom: 30px;
}
.pro-list li img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.pro-list li:hover h3{
    color: #01b8f5;
}
.pro-list li h3{
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-list li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    color: #555;
    line-height: 22px;
    height: 44px;
    margin: 0;
    text-align: center;
}
@media (min-width: 992px) {
    .pro-list li{
        width: 24%;
        margin-right: 1.333%;
    }
    .pro-list li:nth-child(4n){
        margin-right: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .pro-list li{
        width: 32%;
        margin-right: 2%;
    }
    .pro-list li:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .product{
        padding: .3rem 0 .7rem;
    }
    .pro-list li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: .2rem;
        padding: .5rem .3rem;
    }
    .pro-list li:nth-child(2n){
        margin-right: 0;
    }
    .pro-list li h3{
        font-size: .4rem;
        margin: 0;
        padding: .2rem 0;
    }
    .pro-list li h3 p{
        font-size: .34rem;
        line-height: .46rem;
    }
}

/*about*/
.about{
    background: url("../images/about-bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 160px 0;
    text-align: center;
}
.about .box{
    max-width: 1100px;
    margin: 0 auto;
}
.about h3{
    font-size: 32px;
    color: #222;
    margin: 0 0 50px;
}
.about p{
    font-size: 15px;
    line-height: 36px;
    color: #333;
    max-width: 900px;
    margin: 0 auto 40px;
}
.about a{
    font-size: 14px;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #01b8f5;
    color: #fff;
    margin: 0 auto;
}
#count-box{
    max-width: 800px;
    margin: 60px auto 0;
}
#count-box li{
    float: left;
    width: 33.33%;
}
#count-box span{
    color: #01b8f5;
    font-weight: bold;
    font-size: 40px;
}
#count-box span.add{
    position: relative;
    top: -10px;
    font-weight: normal;
    font-size: 32px;
}
#count-box p{
    margin: 0;
}
@media (max-width: 991px) {
    .about{
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .about {
        padding: 1.2rem 0;
    }
    .about h3{
        font-size: .42rem;
        margin: 0 0 .4rem;
    }
    .about p{
        font-size: .36rem;
        line-height: .56rem;
        margin: 0 0 .3rem;
    }
    #count-box{
        margin: .2rem auto 0;
    }
    #count-box span{
        font-size: .5rem;
    }
    #count-box span.add{
        font-size: .36rem;
        top: -5px;
    }
    #count-box p{
        font-size: .34rem;
    }
    .about a{
        height: .8rem;
        line-height: .8rem;
        font-size: .38rem;
    }
}


/*advan*/
.advan{
    padding: 0 0 80px;
}
.advan-list li{
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.advan-list li:last-child{
    margin-right: 0;
}
.advan-list li img{
    display: block;
    width: 100%;
}
.advan-list li .info{
    text-align: center;
    padding: 30px 40px;
    border: 1px solid #e1e1e1;
    border-top: none;
}
.advan-list li .info h3{
    font-size: 20px;
    color: #333;
    margin: 0 0 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.advan-list li .info p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
    margin: 0;
}
@media (max-width: 991px) {
    .advan-list li .info{
        padding: 30px 25px;
    }
}
@media (max-width: 767px) {
    .advan{
        padding: .2rem 0 .3rem;
    }
    .advan-list li{
        width: 100%;
        margin: 0 0 .3rem;
    }
    .advan-list li .info{
        padding: .4rem .3rem;
    }
    .advan-list li .info h3{
        font-size: .4rem;
        margin: 0 0 .2rem;
    }
    .advan-list li .info p{
        font-size: .35rem;
        line-height: .5rem;
        height: 1rem;
    }
}

/*news*/
.news{
    background: url("../images/news-bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 0 0 40px;
}
.news .title p,
.news .title h2{
    color: #fff;
}
.news-list{
    max-width: 1000px;
    margin: 0 auto;
}
.news-list li{
    border-bottom: 1px solid #7a7a86;
    padding: 40px 50px;
}
.news-list li:last-child{
    border-bottom: none;
}
.news-list .time{
    float: left;
    width: 20%;
}
.news-list .time h4{
    color: #fff;
    font-size: 24px;
    margin: 0 0 5px;
}
.news-list .time span{
    font-size: 14px;
    color: #fff;
}
.news-list .info{
    float: right;
    width: 80%;
}
.news-list .info h3{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #fff;
    margin: 0 0 15px;
}
.news-list .info p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin: 0;
}
@media (max-width: 767px) {
    .news{
        padding: .4rem 0;
    }
    .news-list li{
        padding: .3rem .2rem;
    }
    .news-list .time{

    }
    .news-list .time h4{
        font-size: .42rem;
        margin: 0 0 .05rem;
    }
    .news-list .time span{
        font-size: .36rem;
    }
    .news-list .info{

    }
    .news-list .info h3{
        font-size: .42rem;
        margin: 0 0 .2rem;
    }
    .news-list .info p{
        font-size: .36rem;
        line-height: .5rem;
        height: 1rem;
        color: #f1f1f1;
    }
}

/*partner*/
.partner{
    background: url("../images/case-home.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.partner .title{
    padding: 60px 0;
}
.partner .title p,
.partner .title h2{
    color: #fff;
}
.partner-list{
    background: #fbfbfb;
    position: relative;
    bottom: -50%;
}
.partner-list .info h3:hover{
    color: #01b8f5;
}
.part-left{
    float: left;
    width: 66.66%;
}
.part-item .pic{
    float: left;
    width: 50%;
    position: relative;
}
.part-item img{
    display: block;
    width: 100%;
    height: 100%;
}
.part-item .info{
    float: left;
    width: 50%;
    padding: 40px;
}
.partner-list .info h3{
    font-size: 24px;
    color: #222;
    margin: 0 0 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.partner-list .info p{
    font-size: 14px;
    color: #333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.part-right{
    float: right;
    width: 33.33%;
}
.part-right .pic{
    position: relative;
}
.part-right img{
    display: block;
    width: 100%;
    height: 100%;
}
.part-right .info{
    padding: 40px;
}

.arrowleft::before,
.arrowright::before,
.arrowbottom::before{
    content: '';
    position: absolute;
    border: 8px solid transparent;
}
.arrowleft::before{
    border-right-color: #fff;
    right: 0;
    top: 50%;
}
.arrowright::before{
    border-left-color: #fff;
    left: 0;
    top: 50%;
}
.arrowbottom::before{
    left: 50%;
    bottom: 0;
    border-bottom-color: #fff;

}
@media (min-width: 1200px) {
    .partner{
        height: 486px;
        margin-bottom: 360px;
    }
    .part-item .pic,
    .part-item .info,
    .part-right .pic,
    .part-right .info{
        height: 300px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .partner{
        height: 386px;
        margin-bottom: 270px;
    }
    .partner-list{
        max-width: 970px;
        margin: 0 auto;
    }
    .part-item .pic,
    .part-item .info,
    .part-right .pic,
    .part-right .info{
        height: 200px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .partner{
        height: 317px;
        margin-bottom: 210px;
    }
    .partner-list{
        max-width: 748px;
        margin: 0 auto;
    }
    .part-item .pic,
    .part-item .info,
    .part-right .pic,
    .part-right .info{
        height: 140px;
    }
    .part-right .info,
    .part-item .info{
        padding: 20px;
    }
    .part-right .info h3,
    .part-item .info h3{
        margin: 0 0 10px;
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .partner .title h2{
        color: #222;
    }
    .partner .title p{
        color: #333;
    }
    .partner{
        margin-bottom: .6rem;
        background: none;
    }
    .partner .title h3,
    .partner .title h4{
        color: #333;
    }
    .partner .title{
        padding: .1rem 0 .3rem;
    }
    .part-right .info,
    .part-item .info{
        padding: .2rem;
    }
    .part-right .info h3,
    .part-item .info h3{
        font-size: .4rem;
        margin: 0 0 .3rem;
    }
    .part-right .info p,
    .part-item .info p{
        font-size: .35rem;
        margin: 0;
        line-height: .52rem;
    }
    .part-left,
    .part-right{
        width: 100%;
    }
    .part-right .pic{
        float: left;
        width: 50%;
    }
    .part-right .info{
        float: right;
        width: 50%;
    }
    .part-right .arrowbottom::before{
        top: 50%;
        left: auto;
        right: 0;
        bottom: auto;
        border-right-color: #fff;
        border-bottom-color: transparent;
    }
}


/*case*/
.case{
    padding: 0 0 60px;
}
.case-list li{
    float: left;
}
.case-list li{
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.case-list li img{
    display: block;
    width: 100%;
}
@media (min-width: 992px) {
    .case-list li{
        width: 18%;
        margin-right: 2.5%;
        margin-bottom: 2%;
    }
    .case-list li:nth-child(5n){
        margin-right: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .case-list li{
        width: 23%;
        margin-right: 2.66%;
        margin-bottom: 2%;
    }
    .case-list li:nth-child(4n){
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .case{
        padding: .2rem 0 .3rem;
    }
    .case-list li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .case-list li:nth-child(3n){
        margin-right: 0;
    }
}

/*link*/
.link-box{
    border-top: 1px solid #f1f1f1;
    padding: 20px 0;
}
.link-box .name{
    font-size: 18px;
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 20px;
}
.link{
    float: left;
    max-width: 90%;
}
.link a{
    display: inline-block;
    margin-right: 20px;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.link a:hover{
    color: #01b8f5;
}


/*contact*/
.contact{
    background: url("../images/contact-bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.mcontact{
    margin-bottom: 160px;
}
.contact-info{
    float: left;
    width: 50%;
}
.contact-info .c-top{
    margin-bottom: 50px;
}
.contact-info .c-top h3{
    font-size: 20px;
    margin: 0 0 15px;
    color: #333;
}
.contact-info .c-top h4{
    font-size: 14px;
    color: #666;
    margin: 0 0 15px;
}
.contact-info .c-top span{
    font-size: 32px;
    color: #666;
}
.contact-info p{
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.contact-form{
    float: right;
    width: 50%;
}
.contact-form li{
    margin-bottom: 20px;
}
.contact-form .input1{
    width: 46%;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
}
.contact-form .input1:first-child{
    float: left;
}
.contact-form .input1:last-child{
    float: right;
}
.contact-form textarea{
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    min-height: 120px;
    padding: 10px;
}
.contact-form button{
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #01b8f5;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.copy{
    border-top: 1px solid #f1f1f1;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    color: #333;
}
@media (min-width: 1100px) {
    .contact-form ul{
        max-width: 85%;
    }
}
@media (max-width: 767px) {
    .contact{
        padding: .2rem 0 0;
    }
    .mcontact{
        margin-bottom: 1.2rem;
    }
    .contact-info,
    .contact-form{
        width: 100%;
    }
    .contact-info{
        margin-bottom: .5rem;
    }
    .contact-info .c-top{
        margin: 0 0 .3rem;
    }
    .contact-info .c-top h3{
        font-size: .4rem;
        margin: 0 0 .1rem;
    }
    .contact-info .c-top h4{
        font-size: .33rem;
        margin: 0 0 .1rem;
    }
    .contact-info .c-top span{
        font-size: .56rem;
    }
    .contact-info p{
        font-size: .35rem;
        line-height: .56rem;
        margin: 0;
    }
    .contact-form li{
        margin-bottom: .2rem;
    }
    .contact-form .input1{
        height: .8rem;
        line-height: .8rem;
        width: 48%;
        font-size: .34rem;
    }
    .contact-form textarea{
        min-height: 3rem;
        font-size: .34rem;
    }
    .contact-form button{
        width: 100%;
        height: .8rem;
        line-height: .8rem;
        font-size: .35rem;
    }
    .copy{
        padding: .2rem;
        font-size: .32rem;
        line-height: .5rem;
        height: auto;
    }

}





/*page页面*/
.page-banner{
    position: relative;
    margin-top: 70px;
}
.page-banner img{
    display: block;
    width: 100%;
}
.page-banner .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 110px;
}
.page-banner .info h3{
    /*color: #01b8f5;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    /*margin: 0 0 25px;*/
}
.page-banner .info p{
    font-size: 24px;
    color: #fff;
}
.foot{
    background: #5b5b5b;
    padding-top: 50px;
}
.fleft{
    float: left;
    width: 25%;
    text-align: center;
}
.fleft p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 0;
}
.fleft p span{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: relative;
    top: 2px;
}
.fcenter{
    float: left;
    width: 50%;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    padding: 5px 10%;
}
.fcenter p{
    height: 34px;
    line-height: 34px;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.fright{
    float: right;
    width: 25%;
    text-align: center;
}
.fright p{
    margin: 0 0 5px;
}
.fright span{
    font-size: 14px;
    color: #fff;
}
.fcopy{
    margin-top: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #777777;
    font-size: 12px;
    color: #fff;
}
@media (max-width: 991px) {
    .fleft img{
        display: block;
        max-width: 80%;
    }
    .fcenter{
        padding: 5px 2%;
    }
}
@media (max-width: 767px) {
    .page-banner{
        margin-top: 0;
    }
    .page-banner .info{
        padding-bottom: .6rem;
    }
    .page-banner .info h3{
        font-size: .44rem;
    }
    .page-banner .info p{
        font-size: .4rem;
        margin: 0;
    }
    .foot{
        padding-top: .3rem;
    }
    .fleft{
        width: 100%;
    }
    .fleft img{
        margin: 0 auto;
    }
    .fleft p{
        font-size: .35rem;
    }
    .fleft p span{
        font-size: .44rem;
    }
    .fcenter{
        width: 100%;
        border: none;
        padding: .3rem 0;
    }
    .fcenter p{
        font-size: .35rem;
        line-height: .6rem;
        height: .6rem;
        text-align: center;
    }
    .fright{
        width: 100%;
    }
    .fcopy{
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .33rem;
        margin-top: .6rem;
    }
}



/*product.html*/
.page-container{
    padding: 60px 0;
}
.ptit{
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    font-size: 22px;
    padding-bottom: 15px;
    color: #000;
}
.pmain{
    padding-top: 40px;
}
.pleft{
    float: left;
    width: 18%;
}
.pleft .classify{
	margin-top: 20px;
}
.pleft .classify div{
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	padding-left: 10px;
	background: #00aef3;
}
.pleft ul{
	width: 100%;
}
.pleft li{
	width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 5px;
}
.pleft li a{
    padding-left: 15px;
    border-left: 3px solid transparent;
}
.pleft li.active a,
.pleft li:hover a{
    border-left: 3px solid #01b8f5;
    color: #01b8f5;
}
.pright{
    float: right;
    width: 78%;
}
.pro-item{
    float: left;
    width: 32%;
    margin-right: 2%;
}
@media (min-width: 768px) {
    .pro-item:nth-child(3n){
        margin-right: 0;
    }
}
.pro-item img{
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
}
.pro-item:hover img{
    box-shadow: 0 0 5px #e1e1e1;
}
.pro-item:hover h3{
    color: #01b8f5;
}
.pro-item h3{
    font-size: 15px;
    color: #000;
    margin: 0;
    height: 50px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .page-container{
        padding: .3rem 0 .6rem;
    }
    .ptit{
        display: inline-block;
        font-size: .44rem;
        padding-bottom: .1rem;
        border-bottom: 2px solid #c1c1c1;
        display: none;
    }
    .pmain{
        padding-top: 0;
    }
    .pleft{
        width: 100%;
        padding: .5rem 0 .7rem;
    }
		.pleft ul{
			margin-top: 10px;
		}
    .pleft li{
			width:auto; 
			display:inline-block !important;
			display:inline;
        /* width: 32%; */
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 0;
        height: .9rem;
        line-height: .9rem;
        float: left;
				border:none
    }
    .pleft li a{
				display: inline-block;
        height: .9rem;
        line-height: .9rem;
        text-align: center;
        border: 1px solid #e1e1e1;
        padding: 0 0.5rem;
        font-size: .42rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .pleft li.active a,
    .pleft li:hover a{
        border: 1px solid #01b8f5;
    }

    .pleft li:nth-child(3n){
        margin-right: 0;
    }
    .pright{
        width: 100%;
    }
    .pro-item{
        width: 49%;
        margin-right: 2%;
    }
    .pro-item:nth-child(2n){
        margin-right: 0;
    }
    .pro-item h3{
        height: 1rem;
        line-height: .9rem;
        font-size: .4rem;
    }
}

/*productdetail.html*/
.prodetail-top .pic{
    float: left;
    width: 48%;
    border-right: 1px solid #e1e1e1;
    padding-right: 40px;
}
.prodetail-top .pic img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.prodetail-top .info{
    float: right;
    width: 48%;
    padding: 40px 40px 0;
}
.prodetail-top .info h3{
    font-size: 24px;
    color: #333;
    margin: 0 0 40px;
    position: relative;
}
.prodetail-top .info h3::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    width: 140px;
    border-top: 1px solid #666;
}
.prodetail-top .info p code span{
    font-size: 14px;
    line-height: 35px;
    color: #555 !important;
    margin-top: 20px;
    background-color: #fff;
    border: none;
}
.prodetail-top .info a{
    background: #5a5a5a;
    color: #f1f1f1;
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}
.prodetail-intro{
    margin-top: 30px;
}
.prodetail-intro .tit{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    margin: 0;
}
.prodetail-intro div{
    padding: 10px;
}
.prodetail-intro p{
    font-size: 14px;
    line-height: 26px;
    color: #555;
}
@media (max-width: 767px) {
    .prodetail-top .pic{
        width: 100%;
        border: none;
        padding: 0;
    }
    .prodetail-top img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
    .prodetail-top .info{
        width: 100%;
        padding-top: .2rem;
    }
    .prodetail-top .info h3{
        font-size: .42rem;
        margin: 0 0 .3rem;
        font-weight: bold;
    }
    .prodetail-top .info p{
        font-size: .36rem;
        line-height: .56rem;
        margin: 0 0 .2rem;
    }
    .prodetail-top .info a{
        width: 3rem;
        height: .8rem;
        line-height: .8rem;
        font-size: .34rem;
    }
    .prodetail-intro .tit{
        padding: 0 0 .2rem .2rem;
        font-size: .4rem;
    }
    .prodetail-intro p{
        font-size: .36rem;
        line-height: .6rem;
    }
}

/*news.html*/
.pnews{
}
.pnews-item{
    padding: 25px 0;
    border-bottom: 1px solid #e1e1e1;
}
.pnews-item:first-child{
    padding-top: 0;
}
.pnews-item img{
    float: left;
    width: 23%;
    margin-right: 2%;
}
.pnews-item .info{
    float: left;
    width: 65%;
}
.pnews-item .info h3{
    font-size: 17px;
    margin: 10px 0 15px;
    color: #464646;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pnews-item .info p{
    font-size: 14px;
    color: #888;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    margin: 0;
}
.pnews-item .time{
    float: right;
    font-size: 20px;
    color: #777;
}
.pnews-item:hover .info h3{
    color: #000;
}
.pnews-item:hover .info p{
    color: #555;
}
.pnews-item:hover .time{
    color: #333;
}
@media (max-width: 991px) {
    .pnews-item img{
        width: 26%;
    }
    .pnews-item .info{
        width: 62%;
    }
    .pnews-item .info h3{
        margin: 3px 0 10px;
    }
}
@media (max-width: 767px) {
    .pnews-item{
        padding: .3rem 0;
    }
    .pnews-item img{
        width: 36%;
    }
    .pnews-item .info{
        width: 60%;
    }
    .pnews-item .info h3{
        font-size: .4rem;
        margin: 0 0 .2rem;
    }
    .pnews-item .info p{
        font-size: .36rem;
        line-height: .52rem;
        height: 1.04rem;
    }
    .pnews-item .time{
        font-size: .42rem;
        display: none;
    }
}


/*contact.html*/
.page-title{
    padding: 20px 0 50px;
    text-align: center;
}
.page-title h3{
    font-size: 32px;
    margin: 0 0 10px;
}
.page-title p{
    font-size: 15px;
    color: #555;
}
.lcontact{
    float: left;
    width: 48%;
}
.lcontact h3{
    font-size: 26px;
    margin: 0 0 10px;
}
.lcontact span{
    font-size: 14px;
    color: #555;
}
.lcontact h4{
    font-size: 26px;
    color: #01b8f5;
    margin: 10px 0 30px;
}
.lcontact p{
    line-height: 35px;
    padding-left: 40px;
    margin: 0;
    font-size: 14px;
}
.lcontact p:first-of-type{
    background: url("../images/itel.jpg") center left no-repeat;
    background-size: auto 85%;
}
.lcontact p:nth-of-type(2){
    background: url("../images/iemail.jpg") center left no-repeat;
    background-size: auto 85%;
}
.lcontact p:nth-of-type(3){
    background: url("../images/iaddress.jpg") center left no-repeat;
    background-size: auto 85%;
}
.rcontact{
    float: right;
    width: 50%;
}
.rcontact li{
    margin-bottom: 20px;
}
.rcontact input{
    display: block;
    width: 48%;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
}
.rcontact input:first-child{
    float: left;
}
.rcontact input:last-child{
    float: right;
}
.rcontact textarea{
    width: 100%;
    min-height: 120px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}
.rcontact button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #01b8f5;
    border: none;
    font-size: 16px;
}
.map{
    margin-top: 50px;
}
.map img{
    max-width: 100%;
}
@media (max-width: 767px) {
    .page-title{
        padding: .2rem 0 .3rem;
    }
    .page-title h3{
        font-size: .46rem;
        margin: 0 0 .1rem;
        color: #000;
    }
    .page-title p{
        font-size: .32rem;
    }
    .lcontact{
        width: 100%;
        margin-bottom: .4rem;
    }
    .lcontact h3{
        font-size: .4rem;
        margin: 0 0 .1rem;
    }
    .lcontact span{
        font-size: .32rem;
    }
    .lcontact h4{
        margin: .1rem 0 .4rem;
        font-size: .42rem;
    }
    .lcontact p{
        font-size: .32rem;
        line-height: .9rem;
        padding-left: .9rem;
    }
    .lcontact p:first-of-type{
        background: url("../images/itel.jpg") no-repeat center left;
        background-size: .7rem .7rem;
    }
    .lcontact p:nth-of-type(2){
        background: url("../images/iemail.jpg") no-repeat center left;
        background-size: .7rem .7rem;
    }
    .lcontact p:nth-of-type(3){
        background: url("../images/iaddress.jpg") no-repeat 0 20%;
        background-size: .7rem .7rem;
    }
    .rcontact{
        width: 100%;
    }
    .rcontact li{
        margin-bottom: .3rem;
    }
    .rcontact input{
        height: .8rem;
        line-height: .8rem;
        font-size: .38rem;
    }
    .rcontact textarea{
        min-height: 3rem;
        font-size: .38rem;
    }
    .rcontact button{
        width: 100%;
        height: .9rem;
        line-height: .9rem;
        font-size: .4rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .map{
        margin-top: .3rem;
    }
}

/*detial.html*/
.detail-tit{
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px dashed #e1e1e1;
}
.detail-tit h3{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
.detail-tit p{
    font-size: 14px;
    margin: 0;
    color: #666;
}
.detail-tit p span{
    margin: 0 6px;
}
.detail-con{
    padding: 30px 0 40px;
    border-bottom: 1px solid #e1e1e1;
}
.detail-con p,
.detail-con{
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.detail-con p{
    margin: 0 0 5px;
}
.detail-con img{
    display: block;
    max-width: 100%;
    margin: 10px auto;
}
.detail-link{
    text-align: center;
}

.detail-link a{
    display: inline-block;
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    color: #666;
}
.detail-link a:hover{
    color: #000;
}
@media (max-width: 767px) {
    .detail-tit{
        padding: .1rem 0 .3rem;
    }
    .detail-tit h3{
        font-size: .42rem;
        margin: 0 0 .2rem;
    }
    .detail-tit p{
        font-size: .32rem;
    }
    .detail-tit p span{
        margin: 0 .05rem;
    }
    .detail-con{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .detail-con,
    .detail-con p{
        font-size: .36rem;
        line-height: .62rem;
    }
    .detail-link{
        text-align: left;
    }
    .detail-link a{
        height: .8rem;
        line-height: .8rem;
        display: block;
        width: 100%;
    }
}




/*page*/
.page{
    margin: 30px auto 0;
    text-align: center;
}
.page ul li{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #666;
}
.page ul li a{
    display: block;
    text-decoration: none;
    color: #666;
}
.page ul li:hover,
.page ul li.current{
    border: 1px solid #0068bf;
    background: #0068bf;
    color: #fff;
}
.page ul li:hover a,
.page ul li.current a{
    color: #fff;
}
@media (max-width: 767px) {
    .page{
        margin: .5rem auto;
    }
    .page ul li{
        height: .8rem;
        line-height: .8rem;
        padding: 0 .3rem;
        margin-left: .2rem;
        margin-bottom: .2rem;
    }
    .page ul li a{
        font-size: .4rem;
    }

}

/*service.html*/
.service-container{
    padding-top: 40px;
}
.service-tit{
    text-align: center;
    padding: 20px 0 60px;
}
.service-tit h3{
    font-size: 32px;
    color: #222;
}
.service-tit p{
    font-size: 15px;
    color: #666;
}
.service-box .pic{
    display: block;
    max-width: 100%;
}
.service-left{
    float: left;
    width: 50%;
    position: relative;
}
.service-left>img{
    display: block;
    width: 100%;
}
.service-left .info{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding-left: 30%;
    padding-right: 10%;
    padding-top: 25%;
}
.service-left .info h3,
.service-right-item .info h3{
    font-size: 24px;
    margin: 25px 0 25px;
}
.service-left .info p,
.service-right-item .info p{
    font-size: 14px;
    line-height: 26px;
}
.service-right{
    float: right;
    width: 50%;
}
.service-right-item{
    position: relative;
}
.service-right-item>img{
    display: block;
    width: 100%;
}
.service-right-item .info{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding-left: 10%;
    padding-right: 18%;
    padding-top: 6%;
    text-align: center;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .service-left .info{
        padding-left: 10%;
        padding-top: 15%;
    }
    .service-right-item .info{
        padding-top: 4%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .service-right-item .info h3,
    .service-left .info h3{
        margin: 15px 0;
        font-size: 22px;
    }
    .service-right-item .info p,
    .service-left .info p{
        line-height: 22px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .service-left .info{
        padding: 40px 30px 30px;
    }
    .service-right-item .info{
        padding: 5px;
    }
    .service-right-item .info h3,
    .service-left .info h3{
        margin: 10px 0;
        font-size: 20px;
    }
    .service-right-item .info p,
    .service-left .info p{
        line-height: 22px;
    }
    .service-right-item .info img,
    .service-left .info img{
        display: block;
        width: 36px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .service-container{
        padding: 0;
    }
    .service-tit{
        padding: .4rem 0 .3rem;
    }
    .service-tit h3{
        margin: 0 0 .1rem;
        font-weight: bold;
        font-size: .44rem;
    }
    .service-tit p{
        font-size: .35rem;
        margin: 0;
    }
    .service-left,
    .service-right{
        width: 100%;
    }
    .service-left .info{
        padding: 1.5rem .3rem 0;
    }
    .service-right-item .info{
        padding: .6rem .3rem;
    }
    .service-right-item .info h3,
    .service-left .info h3{
        font-size: .42rem;
        margin: .2rem 0;
    }
    .service-right-item .info p,
    .service-left .info p{
        line-height: .52rem;
        font-size: .36rem;
    }
    .service-right-item .info img,
    .service-left .info img{
        display: block;
        width: .8rem;
        margin: 0 auto;
    }
}

.casex{

}
.casex li{
    float: left;

    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 30px 15px;
}
.casex li img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.casex li .info h3{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #222;
    margin: 25px 0 15px;
}
.casex li .info P{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #555;
}
.casex li:hover{
    box-shadow: 0 0 10px #e1e1e1;
}
.casex li:hover h3{
    color: #01b8f5;
}

@media (min-width: 992px) {
    .casex li{
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .casex li:nth-child(4n){
        margin-right: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .casex li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .casex li:nth-child(3n){
        margin-right: 0;
    }
}

@media (max-width: 767px){
    .casex li{
        padding: .4rem .2rem;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .casex li:nth-child(2n){
        margin-right: 0;
    }
    .casex li .info h3{
        font-size: .4rem;
        margin: .2rem 0;
    }
    .casex li .info P{
        line-height: .5rem;
        height: 1rem;
        font-size: .36rem;
    }
}

.fixBox{
    position: fixed;
    right: 5px;
    top: 280px;
    width: 70px;
    z-index: 1000;
}
.fixBox a{
    color: #fff;
    text-align: center;
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 2px;
    /*background: #337ab7;*/
    background: #01b8f5;
    padding: 15px 3px;
    font-size: 13px;
}
.fixBox a span{
    display: block;
    text-align: center;
}
.fixBox a span:first-child{
    margin-bottom: 5px;
    font-size: 20px;
}
@media (max-width: 767px) {
    .fixBox{
        right: 0;
        top: 4rem;
        width: 60px;
    }
    .fixBox a{
        width: 60px;
        height: 60px;
        padding: 10px 3px;
        font-size: 12px;
    }
    .fixBox a span:first-child{
        font-size: 16px;
    }
}